@media(max-width:414px){
    body{
        margin: 0px;
    }
    header img{
        position: fixed;
        top: 0;
        width:100%;
    }
    .logo{
        margin-top: 11vh;
        text-align: center;
    }
    .logo img{
        width: 35.5vw;
    }
    .containerProfile{
        display: flex;
        width: 80vw;
        margin-top: 3vh;
        justify-content: center;
    }
    .boxImg{
        border-style: dashed;
        border-width: 0.2vw;
        border-radius: 50px;

        width: 86px;
        height: 86px;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .boxTxt{
        margin-left: 6vw;
        width: 35vw;
        margin-top: 3vh;

        /* configurações do texto */
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.0015em;
        color: black;
    }
    div ul{
        list-style-type: none;
        text-decoration: none;
        margin-top: 4vh;
    }
    div li{
        margin-top: 2vh;
        align-items: center;
        display: flex;
        /* configuração texto */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.0015em;
        color: rgba(0, 0, 0, 0.87);
    }
    div li img{
        margin-left: 0vw;
        margin-right: 6vw;
        justify-content: center;
    }
    footer img{
        bottom: 0;
        width: 100%;
        position: fixed;
    }
}